home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 103
/
Vol 103.iso
/
games
/
save_pri.swf
/
scripts
/
DefineSprite_152
/
frame_32
/
DoAction.as
Wrap
Text File
|
2010-03-13
|
205b
|
13 lines
if(numbers._currentframe == numbers._totalframes)
{
_parent.game.interaction = true;
gotoAndStop("hide");
play();
}
else
{
gotoAndStop("loop");
play();
numbers.nextFrame();
}